home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bsen
/
BSinstall.exe
/
BecheruvSen.exe
/
scripts
/
DefineButton2_1704
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2002-11-01
|
873b
|
43 lines
on(release){
if(_root.poz == "c")
{
if(_root.draglej == 5)
{
_root.d_cukrar.i = "item_n5";
}
else if(_root.draglej == 3)
{
_root.d_cukrar.i = "item_n3";
}
else if(_root.draglej >= 13 && 15 >= _root.draglej)
{
if(_root.d14 & _root.naX(2))
{
_root.d_cukrar.i = "start2";
}
else
{
_root.d_cukrar.i = "start";
}
}
else if(0 < _root.draglej)
{
_root.d_cukrar.i = "item_bad";
}
else if(_root.d14 & _root.naX(2))
{
_root.d_cukrar.i = "start2";
}
else
{
_root.d_cukrar.i = "start";
}
}
else
{
_root.pepa.gotoAndPlay(_root.poz add "c");
}
_root.stopdragall();
_root.hideall();
}